home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 August / Software of the Month Club 1996 August.iso / mac / Desktop Publishing / HTML Voc 1.3 / HTML Vocabulary 1.3 / HTML Vocabulary 1.3.rsrc / TEXT_1700_Paragraphs and rulers.txt < prev    next >
Encoding:
Text File  |  1996-05-29  |  1.6 KB  |  83 lines

  1.  
  2.  Paragraphes    
  3.  
  4.  
  5. <BR [CLEAR=ALL|LEFT|RIGHT]>
  6.  
  7. Begin a new line under the startpoint of the current line.
  8.  
  9. Use <BR CLEAR> to make the line start in the left or right
  10.  margin, if you e.g. have a picture on the side of the
  11.  text. Use CLEAR=ALL if you have pictures on both side of
  12.  the text.
  13.  
  14.  
  15.  
  16. <NOBR>
  17.  
  18. Stands for 'No Break'. Use it if you want the text inside
  19.  the tag to appears on the same line. Don't forget to end
  20.  with </NOBR>.
  21.  
  22.  
  23.  
  24. <WBR>
  25.  
  26. Stands for 'word break'. Starts a new line if the browser
  27.  need to. Use it, for example, inside a long word.
  28.  
  29.  
  30.  
  31. <P [ALIGN=LEFT|RIGHT|CENTER|JUSTIFY] [NAME=text]>
  32.  
  33. Stands for 'paragraph'. Use it to start a new paragraph.
  34.  Use ALIGN to start the line in the left, right or center
  35.  part of the page. Justify makes straight margins. NAME is
  36.  optional, and used as an anchor. Please read the Links
  37.  chapter for more. <P> can end with </P>, but it's optional.
  38.  Most of the parameters are HTML 3.0 tags.
  39.  
  40.  
  41.  
  42. <CENTER>
  43.  
  44. Use it to center text and pictures. Netscape tag.
  45.  Must end with </CENTER>.
  46.  
  47.  <DIV ALIGN="left|center|right">
  48.  Aligns text, pictures and other contents together.
  49.  Netscape 2.0 tag. I think it must end with </DIV>.
  50.  
  51.  Rulers    
  52.  
  53.  
  54. <HR [SIZE=n] [WIDTH=n|n%] [ALIGN=LEFT|RIGHT] [NOSHADE]>
  55.  
  56. Use it to insert a horizontal line to separate text.
  57.  The following tags can be used:
  58.  
  59.  
  60.  
  61. SIZE=n
  62.  
  63. Sets the height of the line in dots. Standard is 1.
  64.  
  65.  
  66.  
  67. WIDTH=n|n%
  68.  
  69. Sets the width of the line, either in dots or in percent.
  70.  Standard is 100%. Netscape tag.
  71.  
  72.  
  73.  
  74. ALIGN=LEFT|RIGHT|CENTER
  75.  
  76. Sets the align of the line. Netscape tag.
  77.  
  78.  
  79.  
  80. NOSHADE
  81.  
  82. Remove the 3D-look from the line. Netscape tag.
  83.